projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6694211
)
[IA64] Remove unused function in efi.c
author
awilliam@xenbuild.aw
<awilliam@xenbuild.aw>
Fri, 10 Nov 2006 19:04:55 +0000
(12:04 -0700)
committer
awilliam@xenbuild.aw
<awilliam@xenbuild.aw>
Fri, 10 Nov 2006 19:04:55 +0000
(12:04 -0700)
Signed-off-by: Kouya Shimura <kouya@jp.fujitsu.com>
Signed-off-by: Masaki Kanno <kanno.masaki@jp.fujitsu.com>
xen/arch/ia64/linux-xen/efi.c
patch
|
blob
|
history
diff --git
a/xen/arch/ia64/linux-xen/efi.c
b/xen/arch/ia64/linux-xen/efi.c
index 93910059cfaff4c99bee7b40bda0c8cd0c17ffb7..09644fccc75e6ce568ea41887105b5c53e33c2e0 100644
(file)
--- a/
xen/arch/ia64/linux-xen/efi.c
+++ b/
xen/arch/ia64/linux-xen/efi.c
@@
-216,6
+216,7
@@
STUB_SET_VARIABLE(virt, id)
STUB_GET_NEXT_HIGH_MONO_COUNT(virt, id)
STUB_RESET_SYSTEM(virt, id)
+#ifndef XEN
void
efi_gettimeofday (struct timespec *ts)
{
@@
-228,6
+229,7
@@
efi_gettimeofday (struct timespec *ts)
ts->tv_sec = mktime(tm.year, tm.month, tm.day, tm.hour, tm.minute, tm.second);
ts->tv_nsec = tm.nanosecond;
}
+#endif
static int
is_available_memory (efi_memory_desc_t *md)